home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / 95crowd / _setup.1 / Crowd.exe / 0 / RCDATA / TDLGADDAPPLICATION / TDLGADDAPPLICATION.txt
Text File  |  1996-09-03  |  3KB  |  146 lines

  1. object dlgAddApplication: TdlgAddApplication
  2.   Left = 187
  3.   Top = 206
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Allowed Application'
  7.   ClientHeight = 217
  8.   ClientWidth = 368
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 26
  18.     Top = 17
  19.     Width = 212
  20.     Height = 13
  21.     Caption = '&Enter name of application (e.g. notepad.exe):'
  22.     FocusControl = comboApplication
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object OKBtn: TBitBtn
  30.     Left = 264
  31.     Top = 47
  32.     Width = 85
  33.     Height = 27
  34.     Caption = '&OK'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     OnClick = OKBtnClick
  42.     Kind = bkOK
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object CancelBtn: TBitBtn
  47.     Left = 264
  48.     Top = 79
  49.     Width = 85
  50.     Height = 27
  51.     Caption = '&Cancel'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 2
  58.     Kind = bkCancel
  59.     Spacing = -1
  60.     IsControl = True
  61.   end
  62.   object HelpBtn: TBitBtn
  63.     Left = 264
  64.     Top = 143
  65.     Width = 85
  66.     Height = 27
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 4
  73.     Kind = bkHelp
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object comboApplication: TComboBox
  78.     Left = 26
  79.     Top = 45
  80.     Width = 215
  81.     Height = 132
  82.     Style = csSimple
  83.     Font.Color = clBlack
  84.     Font.Height = -11
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = []
  87.     ItemHeight = 13
  88.     Items.Strings = (
  89.       'calc.exe'
  90.       'excel.exe'
  91.       'explorer.exe'
  92.       'mspaint.exe'
  93.       'notepad.exe'
  94.       'pbrush.exe'
  95.       'sol.exe'
  96.       'winword.exe'
  97.       'wpwin.exe')
  98.     ParentFont = False
  99.     Sorted = True
  100.     TabOrder = 0
  101.   end
  102.   object cmdBrowseApp: TBitBtn
  103.     Left = 264
  104.     Top = 111
  105.     Width = 85
  106.     Height = 27
  107.     Caption = '&Browse'
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 3
  114.     OnClick = cmdBrowseAppClick
  115.     Glyph.Data = {
  116.       F6000000424DF600000000000000760000002800000010000000100000000100
  117.       0400000000008000000000000000000000000000000000000000000000000000
  118.       80000080000000808000800000008000800080800000C0C0C000808080000000
  119.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  120.       7777777777777777777777777777777777777770077007700777777007700770
  121.       0777777007700770077777777777777777777777777777777777777777777777
  122.       7777777777777777777777777777777777777777777777777777777777777777
  123.       7777777777777777777777777777777777777777777777777777}
  124.     Spacing = -1
  125.   end
  126.   object chkCreateShortcut: TCheckBox
  127.     Left = 26
  128.     Top = 189
  129.     Width = 301
  130.     Height = 17
  131.     Caption = 'Create &Shortcut to application in user'#39's Program Folder'
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     State = cbChecked
  138.     TabOrder = 5
  139.   end
  140.   object OpenDialog1: TOpenDialog
  141.     FileEditStyle = fsEdit
  142.     Left = 304
  143.     Top = 16
  144.   end
  145. end
  146.